home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TLOADINGFORM / TLOADINGFORM.txt < prev   
Text File  |  1999-03-13  |  958b  |  48 lines

  1. object LoadingForm: TLoadingForm
  2.   Left = 265
  3.   Top = 263
  4.   BorderStyle = bsNone
  5.   Caption = 'LoadingForm'
  6.   ClientHeight = 90
  7.   ClientWidth = 416
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 125
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 416
  20.     Height = 90
  21.     Align = alClient
  22.     BevelWidth = 4
  23.     Caption = 'Stella 2000 loading ...'
  24.     Font.Color = clNavy
  25.     Font.Height = -21
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object IconPanel: TPanel
  31.       Left = 13
  32.       Top = 10
  33.       Width = 70
  34.       Height = 70
  35.       TabOrder = 0
  36.       object Image1: TImage
  37.         Left = 3
  38.         Top = 3
  39.         Width = 64
  40.         Height = 64
  41.         AutoSize = True
  42.         Picture.Data = {<image000.bmp>}
  43.         Stretch = True
  44.       end
  45.     end
  46.   end
  47. end
  48.